home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 17660 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  963 b 

  1. Path: news.cyberport.com!usenet
  2. From: tangent@cyberport.com (Warren Young)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Standard Template Library
  5. Date: Wed, 17 Apr 1996 00:02:02 GMT
  6. Organization: none
  7. Message-ID: <3174349c.535236789@news.cyberport.com>
  8. References: <4jpk4f$9o@newsbf02.news.aol.com> <316a23b3.2185883@news.cyberport.com> <316D1270.41C67EA6@kainos.com>
  9. NNTP-Posting-Host: ppp4.cyberport.com
  10. X-Newsreader: Forte Agent .99d/32.182
  11.  
  12. Andrew Palmer <a.palmer@kainos.com> wrote:
  13.  
  14. >> You can't do STL on BC++ 3.1 because it doesn't have templates.  You
  15. >> have to use at least 4.0.  Or, I guess you could get a C++ front end
  16. >> that generates C, but that's hunting butterflies with a sledgehammer.
  17. >
  18. >Borland C++ 3.1 does have templates.  At least it did when I used it
  19. >last night.
  20.  
  21. Hmmm...okay.  So, what is it missing in the implementation?  I do know
  22. that it can't do STL because it can't handle the templates.  (Among
  23. other things, I'm sure.)
  24.  
  25. = Warren --
  26.